type path/filepath.statDirEntry
6 uses
path/filepath (current package)
path.go#L469: err = walkDir(root, &statDirEntry{info}, fn)
path.go#L477: type statDirEntry struct {
path.go#L481: func (d *statDirEntry) Name() string { return d.info.Name() }
path.go#L482: func (d *statDirEntry) IsDir() bool { return d.info.IsDir() }
path.go#L483: func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() }
path.go#L484: func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)